maximaze window in tkinter

30

root = Tk()
# for Ubuntu
root.attributes('-zoomed', True)
# for Windows
root.state('zoomed')

Comments

Submit
0 Comments